Initial add
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 12 Jan 2004 15:39:46 +0000 (15:39 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 12 Jan 2004 15:39:46 +0000 (15:39 +0000)
gpsbabel/msvc/README.msvc [new file with mode: 0644]

diff --git a/gpsbabel/msvc/README.msvc b/gpsbabel/msvc/README.msvc
new file mode 100644 (file)
index 0000000..373e22a
--- /dev/null
@@ -0,0 +1,26 @@
+
+BUILDING GPSBABEL WITH Microsoft Visual C++:
+
+This directory contains the necessary files to build GPSBabel with 
+Microsoft Visual C++ version 6.0 and above.  The project and workspace
+files should just work, provided that the "msvc" directory is a direct
+child of the directory that contains the GPSBabel source.  (This is where
+it should be, by default, so you shouldn't have to do anything other than
+load the workspace and hit "build all.")  If you load these files in to 
+Visual Studio .NET, you may be asked to convert them to the new format; 
+In that case, you should do so.
+
+The "Expat" directory contains the import library and header file for the
+Expat DLL.  This may or may not be the latest build of Expat; you might 
+want to check http://expat.sourceforge.net to see if there is a more recent
+version.
+
+To run GPSBabel, you must make sure that the libexpat.dll from the Expat
+directory is in the DLL search path.  The easiest way to do this, and to 
+avoid version conflicts with other programs that use expat, is to put 
+libexpat.dll in the same directory as gpsbabel.exe.
+
+If you experience any problems with this project file or with the build 
+process, please ask for assistance on the gpsbabel-code mailing list at
+http://lists.sourceforge.net/lists/listinfo/gpsbabel-code .
+